home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / map_editor2_protos.h < prev    next >
C/C++ Source or Header  |  1999-01-09  |  183b  |  13 lines

  1. /* Prototypes for functions defined in
  2. map_editor2.c
  3.  */
  4.  
  5. extern int myctr[16];
  6.  
  7. void do_stats_window(void);
  8.  
  9. void do_connect(void);
  10.  
  11. void Calc_Path(short , short , short , short );
  12.  
  13.